home *** CD-ROM | disk | FTP | other *** search
/ PC Open 96 / PC Open 96 CD3.bin / fscommand / index.swf / scripts / DefineButton2_62 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-01-08  |  128 b   |  6 lines

  1. on(release){
  2.    _parent.spegni1();
  3.    this.gotoAndStop(5);
  4.    _root.loadVideo("dependencies/" + this.url,this.fileType);
  5. }
  6.